home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Haight-Ashbury in the Sixties
/
Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso
/
mac
/
MAIN
/
TUNEIN
/
TUNEIN01.DIR
/
00178_Script_178
< prev
next >
Wrap
Text File
|
1995-06-01
|
814b
|
32 lines
on mouseDown
global clickedSprite
set clickedSprite = 18
set the puppet of sprite clickedSprite = true
set the castnum of sprite clickedSprite = the number of cast "video close clicked"
puppetsound "click"
updatestage
starttimer
repeat while the timer < 20
end repeat
end
on mouseUp
global clickedSprite, thisVideo
set the movierate of sprite 19 = 0
set the castnum of sprite clickedSprite = the number of cast "video close"
puppetsound "click"
updatestage
starttimer
repeat while the timer < 20
end repeat
set the puppet of sprite 18 = false
set the puppet of sprite 19 = false
puppetSound "zoom close"
updatestage
set the cursor of sprite 17 to 0
set the cursor of sprite 18 to 0
cursor [547,548]
go to frame "search topics"
end